Neighbor Info
Full info on edges for a single node
Content copied to clipboard
meshtastic.NeighborInfo
Types
Properties
Functions
Link copied to clipboard
inline fun MeshProtos.NeighborInfo.copy(block: NeighborInfoKt.Dsl.() -> Unit): MeshProtos.NeighborInfo
inline fun MeshProtos.NeighborInfo.copy(block: NeighborInfoKt.Dsl.() -> Unit): MeshProtos.NeighborInfo
inline fun MeshProtos.NeighborInfo.copy(block: NeighborInfoKt.Dsl.() -> Unit): MeshProtos.NeighborInfo
inline fun MeshProtos.NeighborInfo.copy(block: NeighborInfoKt.Dsl.() -> Unit): MeshProtos.NeighborInfo
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Field to pass neighbor info for the next sending cycle
Content copied to clipboard
uint32 last_sent_by_id = 2;
Link copied to clipboard
The list of out edges from this node
Content copied to clipboard
repeated .meshtastic.Neighbor neighbors = 4;
Link copied to clipboard
The list of out edges from this node
Content copied to clipboard
repeated .meshtastic.Neighbor neighbors = 4;
Link copied to clipboard
The list of out edges from this node
Content copied to clipboard
repeated .meshtastic.Neighbor neighbors = 4;
Link copied to clipboard
The list of out edges from this node
Content copied to clipboard
repeated .meshtastic.Neighbor neighbors = 4;
Link copied to clipboard
The list of out edges from this node
Content copied to clipboard
repeated .meshtastic.Neighbor neighbors = 4;
Link copied to clipboard
Broadcast interval of the represented node (in seconds)
Content copied to clipboard
uint32 node_broadcast_interval_secs = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NeighborInfo
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.NeighborInfo
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.NeighborInfo
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NeighborInfo
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NeighborInfo
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.NeighborInfo
Link copied to clipboard
Link copied to clipboard